@charset "utf-8";
body {
  font-family: 'microsoft yahei', Arial;
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
}
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
dl,
dt,
dd,
ol,
th,
td {
  margin: 0px;
  padding: 0px;
}
li {
  list-style-type: none;
}
form,
input,
button,
option,
textarea,
select {
  margin: 0px;
  padding: 0px;
}
input,
button,
textarea,
select {
  font: 100% Tahoma, Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  blr: expression(this.onFocus=this.blur());
  color: #272727;
  font-family: 'microsoft yahei';
}
span {
  font-family: 'microsoft yahei';
}
p {
  font-family: 'microsoft yahei';
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
th {
  font-weight: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
img {
  border: none;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}

/*头部*/

.top {
  width: 100%;
  height: 30px;
  background: #848484;
}
.top .cont {
  width: 1200px;
  margin: 0 auto;
}
.top .cont:after {
  display: block;
  content: '';
  clear: both;
}
.top span {
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
}
.top ul {
  float: right;
}
.top ul li {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}
.top ul li a {
  color: #ffffff;
}
.header {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  position: relative;
}
.header:after {
  display: block;
  content: '';
  clear: both;
}
.header .logo {
  float: left;
}
.header .tel {
  float: right;
  text-align: center;
}
.header .tel span {
  font-size: 14px;
  color: #6a6a6a;
}
.header .tel p {
  font-size: 28px;
  color: #feac3c;
  font-style: italic;
  line-height: 40px;
}
.header .tel p .iconfont {
  font-size: 28px;
}
.nav {
  width: 100%;
  height: 55px;
  background: #b42323;
}
.nav ul {
  width: 1200px;
  margin: 0 auto;
}
.nav ul li {
  width: 147px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.nav ul li a {
  font-size: 16px;
  color: #ffffff;
}
.nav ul li:hover,
.nav ul li.on {
  background: #0c0c0c;
}
.search {
  width: 100%;
  height: 39px;
  background: #3f4a55;
}
.search .cont {
  width: 1200px;
  margin: 0 auto;
}
.search .cont:after {
  display: block;
  content: '';
  clear: both;
}
.search p {
  font-size: 12px;
  color: #ffffff;
  float: left;
  line-height: 39px;
  height: 39px;
}
.search p span {
  margin: 0 10px;
}
.search .ss {
  width: 202px;
  height: 23px;
  background: #ffffff;
  font-size: 0;
  float: right;
  margin-top: 8px;
}
.search .ss input {
  width: 159px;
  height: 23px;
  border: none;
  background: none;
  outline: none;
  font-size: 14px;
  text-indent: 10px;
  vertical-align: top;
}
.search .ss button {
  width: 43px;
  height: 23px;
  outline: none;
  border: none;
  background: #ff6600;
  cursor: pointer;
}
.search .ss .iconfont {
  color: #ffffff;
}

/*banner*/

.banner {
  position: relative;
  width: 100%;
  height: 500px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 500px !important;
}
.banner .bd ul li {
  width: 100% !important;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #0c0c0c;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.banner .hd .on {
  background: #b42323;
}

/*案例*/

.case {
  width: 100%;
  background: url(../images/case.jpg) repeat-y center top;
  padding: 42px 0 112px 0;
}
.case .cont {
  width: 1200px;
  margin: 0 auto;
}
.case .cont:after {
  display: block;
  content: '';
  clear: both;
}
.case .title {
  text-align: center;
}
.case .title p {
  font-size: 30px;
  color: #333333;
}
.case .title span {
  font-size: 12px;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
}
.case .title hr {
  width: 58px;
  height: 5px;
  background: #b42323;
  border: none;
  margin: 20px auto 0;
}
.case .hd {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.case .hd ul li {
  display: inline-block;
  margin: 0 30px;
}
.case .hd ul li a {
  font-size: 16px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
}
.case .hd ul li:after {
  display: block;
  content: '';
  width: 58px;
  height: 2px;
  background: #fca028;
  margin: 13px auto 0;
  opacity: 0;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.case .hd ul li:hover a {
  color: #fca028;
}
.case .hd ul li:hover:after {
  opacity: 1;
}
.case .hd .more {
  position: absolute;
  right: 0;
  top: 0;
}
.case .hd .more .iconfont {
  font-size: 16px;
  color: #fca028;
}
.case .bd ul {
  margin: 30px -6px 0;
}
.case .bd ul:after {
  display: block;
  content: '';
  clear: both;
}
.case .bd ul li {
  width: 385px;
  height: 251px;
  position: relative;
  float: left;
  margin: 9px 6px;
}
.case .bd ul li .photo {
  display: block;
  width: 100%;
  height: 251px;
}
.case .bd ul li .photo img {
  width: 100%;
  height: 100%;
}
.case .bd ul li p {
  width: 100%;
  position: absolute;
  height: 42px;
  line-height: 42px;
  text-indent: 62px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  bottom: 0;
}
.case .bd ul li p a {
  font-size: 14px;
  color: #ffffff;
}

/*产品*/

.pro {
  width: 100%;
  height: 642px;
  background: url(../images/pro.jpg) no-repeat center center;
}
.pro .cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
.pro .cont:after {
  display: block;
  content: '';
  clear: both;
}
.pro .title {
  text-align: center;
  margin-bottom: 40px;
}
.pro .title p {
  font-size: 30px;
  color: #ffffff;
}
.pro .title span {
  font-size: 12px;
  color: #ffffff;
  font-weight: lighter;
  text-transform: uppercase;
}
.pro .title hr {
  width: 58px;
  height: 5px;
  background: #b42323;
  border: none;
  margin: 20px auto 0;
}
.pro ul {
  margin: 0 -5px;
}
.pro ul li {
  width: 206px;
  height: 263px;
  background: #9b9b9b;
  float: left;
  margin: 0 13px;
}
.pro ul li .photo {
  width: 100%;
  height: 220px;
  display: block;
  font-size: 0;
  margin-bottom: 5px;
}
.pro ul li:nth-child(2n) {
  position: relative;
  top: 40px;
}
.pro ul li .photo img {
  width: 100%;
  height: 100%;
}
.pro ul li .name {
  font-size: 14px;
  color: #ffffff;
  padding-left: 13px;
}
.pro ul li p {
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  padding: 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mid {
  width: 1200px;
  margin: 40px auto 0;
}
.mid:after {
  display: block;
  content: '';
  clear: both;
}
.mid .tit {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-bottom: 2px solid #b42323;
  position: relative;
  margin-bottom: 25px;
}
.mid .tit:after {
  display: block;
  content: '';
  clear: both;
}
.mid .tit ul {
  float: left;
}
.mid .tit ul li {
  width: 122px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}
.mid .tit ul li a {
  font-size: 16px;
  color: #3b3b3b;
}
.mid .tit:after {
  display: block;
  content: '';
  width: 122px;
  height: 2px;
  background: #fca028;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.mid .tit .more {
  float: right;
  font-size: 12px;
  color: #3b3b3b;
  line-height: 36px;
  height: 36px;
}
.mid .tit .iconfont {
  font-size: 12px;
}
.news {
  width: 700px;
  float: left;
}
.news .fr {
  height: 166px;
  padding-bottom: 33px;
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 25px;
}
.news .fr .photo {
  width: 220px;
  height: 166px;
  float: left;
}
.news .fr .photo img {
  width: 100%;
  height: 100%;
}
.news .fr .txt {
  margin-left: 233px;
}
.news .fr .txt .name {
  font-size: 16px;
  color: #b42323;
  line-height: 48px;
}
.news .fr .txt p {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 20px;
  padding: 15px 0;
}
.news .fr .txt .more {
  display: block;
  border: 1px solid #b42323;
  width: 132px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
}
.news .list ul li {
  height: 30px;
  line-height: 30px;
}
.news .list ul li a {
  font-size: 14px;
  color: #3b3b3b;
}
.news .list ul li a:hover {
  color: #b42323;
}
.news .list ul li .iconfont {
  vertical-align: middle;
  color: #666666;
  margin-right: 10px;
}
.news .list ul li span {
  float: right;
  font-size: 14px;
  color: #b2b2b2;
}
.ans {
  float: right;
  width: 468px;
}
.ans .list ul li {
  padding: 24px 0 15px 0;
  border-top: 1px dashed #cfcfcf;
}
.ans .list ul li span {
  display: block;
  width: 28px;
  height: 28px;
  border-width: 1px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #333333;
  border-style: solid;
  margin-right: 15px;
}
.ans .list ul li span.s1 {
  border-color: #b42323;
}
.ans .list ul li a {
  font-size: 16px;
  color: #b42323;
}
.ans .list ul li p {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 20px;
  margin-top: 10px;
}
.about {
  width: 100%;
  /* height: 486px; */
  /* background-color: rgba(244, 244, 244, 1); */
  /* background: url(../images/about.jpg) no-repeat center center; */
  margin-top: 85px;
}
.about .cont {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 23px 50px 0 41px;
}
.about .cont:after {
  display: block;
  content: '';
  clear: both;
}
.about .photo {
  width: 449px;
  height: 410px;
  margin-top: 21px;
  float: left;
}
.about .photo img {
  width: 100%;
  height: 100%;
}
.about .txt {
  width: 574px;
  float: right;
}
.about .txt h3 {
  font-size: 24px;
  color: #b42323;
  font-weight: bold;
  padding-top: 15px;
}
.about .txt span {
  font-size: 16px;
  color: #ababab;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 24px;
}
.about .txt p {
  font-size: 15px;
  color: #8f8f8f;
  line-height: 30px;
  margin-top: 25px;
}
.about .txt a {
  display: block;
  width: 112px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #b42323;
  text-align: center;
  font-size: 12px;
  color: #b42323;
  margin-top: 48px;
}
.part {
  width: 100%;
  padding-bottom: 140px;
  background: url(../images/bg.jpg) no-repeat center bottom #f4f4f4;
  margin-top: 60px;
}
.part .cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 32px;
}
.part .cont:after {
  display: block;
  content: '';
  clear: both;
}
.part p {
  font-size: 30px;
  color: #000000;
  text-align: center;
}
.part ul {
  padding: 32px 0px 15px;
}
.part ul li {
  width: 174px;
  height: 95px;
  border: 1px solid #cccccc;
  float: left;
  margin: 19px 12px;
}
.part ul li img {
  width: 100%;
  height: 100%;
}
.link {
  width: 100%;
  height: 63px;
  background: #dbdbdb;
}
.link .cont {
  width: 1200px;
  margin: 0 auto;
  height: 63px;
  line-height: 63px;
}
.link .cont:after {
  display: block;
  content: '';
  clear: both;
}
.link span {
  font-size: 14px;
  color: #b42323;
  font-weight: bold;
  margin: 0 25px;
}
.link a {
  font-size: 12px;
  color: #2d3236;
  margin: 0 25px;
}

/*底部*/

.footer {
  background: #2d3236;
  padding-bottom: 45px;
}
.footer .menu {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #999999;
}
.footer .menu ul li {
  display: inline-block;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  margin: 0 30px;
}
.footer .menu ul li a {
  color: #ffffff;
}
.footer .foot {
  width: 1200px;
  margin: 0 auto;
  padding-top: 47px;
}
.footer .foot:after {
  display: block;
  content: '';
  clear: both;
}
.footer .foot .logo {
  float: left;
  margin-top: 40px;
}
.footer .foot .info {
  float: left;
  color: #ffffff;
  margin-left: 80px;
}
.footer .foot .info span {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.footer .foot .info p {
  font-size: 14px;
  color: #f6f6f6;
  line-height: 35px;
}
.footer .foot .ewm {
  float: left;
  width: 119px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  margin-left: 156px;
}
.footer .foot .ewm img {
  width: 112px;
  height: 112px;
  display: block;
}
.copy {
  height: 46px;
  line-height: 46px;
  background: #b42323;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
.copy span {
  margin: 0 10px;
}
.paper {
  width: 1200px;
  margin: 60px auto;
  min-height: 500px;
}
.paper:after {
  display: block;
  content: '';
  clear: both;
}
.page .cont {
  margin-top: 30px;
  line-height: 26px;
}

/*侧导航*/

.side {
  width: 209px;
  border: 1px solid #000;
  float: left;
  background: url(../images/sp.jpg) no-repeat left bottom;
  padding-bottom: 94px;
}
.side .side_c .tit {
  width: 100%;
  height: 58px;
  background: #b42323;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.side .side_c .tit span {
  color: rgba(255, 255, 255, 0.25);
}
.side .side_c ul {
  padding: 0px 13px;
}
.side .side_c h3 {
  height: 50px;
  border-bottom: 1px dashed #cdcdcd;
  line-height: 50px;
  text-indent: 27px;
  position: relative;
  font-size: 16px;
}
.side .side_c ul li {
  height: 50px;
  border-bottom: 1px dashed #cdcdcd;
  line-height: 50px;
  text-indent: 27px;
  position: relative;
}
.side .side_c ul li a {
  font-size: 15px;
  color: #444444;
  position: relative;
  z-index: 1;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.side .side_c ul li span {
  display: block;
  width: 211px;
  background: #b42323;
  height: 42px;
  opacity: 0;
  position: absolute;
  left: -14px;
  top: 4px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.side .side_c ul li span:before {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 21px solid transparent;
  border-left: 13px solid #ffffff;
  border-top: 21px solid transparent;
}
.side .side_c ul li span:after {
  position: absolute;
  right: -13px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 21px solid transparent;
  border-left: 13px solid #b42323;
  border-top: 21px solid transparent;
}
.side .side_c ul li:hover span,
.side .side_c ul li.on span {
  opacity: 1;
}
.side .side_c ul li:hover a,
.side .side_c ul li.on a {
  color: #ffffff;
  font-weight: bold;
}
.side .side_p {
  padding: 0 13px 20px;
  margin-top: 56px;
}
.side .side_p .tit {
  border-bottom: 5px solid #0c0c0c;
  padding-bottom: 3px;
  margin-bottom: 15px;
}
.side .side_p .tit p {
  color: rgba(180, 35, 35, 0.25);
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #0c0c0c;
}
.side .side_p .tit p span {
  font-weight: bold;
  color: #0c0c0c;
  font-size: 18px;
  margin-right: 5px;
}
.side .side_p > p {
  font-size: 12px;
  color: #444444;
  line-height: 24px;
}
.side .side_p > p .iconfont {
  color: #b42323;
  margin-right: 5px;
}
.side .side_p > p span {
  font-size: 14px;
  color: #b42323;
  font-weight: bold;
}

/*面包屑导航*/

.navigation {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #d3d3d3;
}
.navigation:after {
  display: block;
  content: '';
  clear: both;
}
.navigation .s1 {
  font-size: 18px;
  color: #b42323;
  position: relative;
}
.navigation .s1:after {
  display: block;
  width: 45px;
  height: 4px;
  background: #b42323;
  content: '';
  position: absolute;
  bottom: -7px;
}
.navigation p {
  float: right;
  font-size: 12px;
  color: #999999;
}
.navigation p a {
  color: #999999;
}
.navigation p span {
  color: #b42323;
}
.product,
.page,
.news_list,
.detail {
  width: 879px;
  float: right;
}

/*产品列表*/

.product ul {
  margin: 0 -20px;
}
.product ul li {
  width: 264px;
  height: 223px;
  float: left;
  margin: 17px 20px;
  text-align: center;
  border: 1px solid #efefef;
}
.product ul li:hover {
  background: #b42323;
}
.product ul li:hover a {
  color: #fff;
}
.product ul li .photo {
  display: block;
  width: 100%;
  height: 180px;
  font-size: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.product ul li .photo img {
  position: absolute;
  /* max-width: 100%; */
  width: auto;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product ul li .name {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 32px;
}
.product ul li .name:hover {
  color: #b42323;
}
.product ul li .txt {
  font-size: 12px;
  color: #555555;
  line-height: 24px;
  height: 48px;
  text-indent: 2em;
  text-align: left;
}
.product ul li .more {
  border-style: dashed;
  border-color: #d2d2d2;
  border-width: 1px 0 1px 0;
  height: 23px;
  line-height: 23px;
  margin-top: 15px;
}
.product ul li .more a {
  font-size: 12px;
  color: #555555;
}
.product ul li .more a:hover {
  color: #b42323;
}

/*新闻列表*/

.news_list .fr {
  width: 100%;
  margin-top: 10px;
  padding: 30px 0;
  height: 158px;
  border-bottom: 1px dashed #dcdcdc;
}
.news_list .fr .photo {
  width: 258px;
  height: 158px;
  float: left;
  font-size: 0;
}
.news_list .fr .photo img {
  width: 100%;
  height: 100%;
}
.news_list .fr .txt {
  float: right;
  width: 577px;
  height: 158px;
  position: relative;
}
.news_list .fr .txt .name {
  font-size: 15px;
  color: #444444;
  font-weight: bold;
}
.news_list .fr .txt .name:hover {
  color: #b42323;
}
.news_list .fr .txt span {
  font-size: 12px;
  color: #999999;
  line-height: 40px;
}
.news_list .fr .txt .iconfont {
  margin-right: 10px;
}
.news_list .fr .txt p {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
}
.news_list .fr .txt .more {
  display: block;
  width: 100%;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #ffffff;
  background: #0c0c0c;
  position: absolute;
  bottom: 0;
}
.news_list ul li {
  height: 90px;
  padding: 29px 0;
  border-bottom: 1px dashed #dcdcdc;
}
.news_list ul li .date {
  width: 88px;
  height: 88px;
  border: 1px solid #dcdcdc;
  float: left;
  text-align: center;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list ul li .date p {
  font-size: 35px;
  font-weight: bold;
  color: #666666;
  font-family: arial;
  padding-top: 10px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list ul li .date span {
  font-size: 12px;
  color: rgba(102, 102, 102, 0.8);
  font-family: arial;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list ul li .txt {
  width: 757px;
  float: right;
}
.news_list ul li .txt .name {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list ul li .txt .name:hover {
  color: #b42323;
}
.news_list ul li .txt .more {
  display: block;
  float: right;
  text-align: center;
  width: 64px;
  height: 16px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  color: #888888;
  line-height: 16px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list ul li .txt .more:hover {
  background: #b42323;
  color: #ffffff;
  border-color: #b42323;
}
.news_list ul li .txt p {
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.news_list ul li:hover .date {
  background: #b42323;
  border-color: #b42323;
}
.news_list ul li:hover .date p {
  color: #ffffff;
}
.news_list ul li:hover .date span {
  color: rgba(255, 255, 255, 0.8);
}

/*翻页*/

.pagination {
  width: 100%;
  margin: 30px 0;
}
.pagination:after {
  display: block;
  content: '';
  clear: both;
}
.pagination .prev {
  width: 39px;
  height: 24px;
  border: 1px solid #b8b8b8;
  text-align: center;
  cursor: pointer;
  float: left;
}
.pagination .next {
  width: 39px;
  height: 24px;
  border: 1px solid #b8b8b8;
  text-align: center;
  cursor: pointer;
  float: right;
}
.pagination .num {
  margin-left: 41px;
  margin-right: 41px;
  height: 26px;
  position: relative;
}
.pagination .num .num_list {
  position: absolute;
  text-align: center;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.pagination .num a {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #b8b8b8;
  display: inline-block;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  margin: 0 4px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .num a.on,
.pagination .num a:hover {
  background: #b42323;
  border-color: #b42323;
  color: #ffffff;
}
.pagination .num:after {
  display: block;
  width: 100%;
  content: '';
  height: 1px;
  background: #e6e5e5;
  position: relative;
  top: 13px;
  z-index: -1;
}
.pagination .iconfont {
  font-size: 24px;
  color: #888888;
}

/*详情页*/

.detail .view {
  padding: 30px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.detail .view h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
}
.detail .photo {
  width: 100%;
  margin: 20px 0;
  line-height: 0;
  text-align: center;
}
.detail .photo img {
  max-width: 100%;
}
.detail .view .date {
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #666666;
}
.detail .view .date span {
  margin: 0 10px;
}
.detail .viewbox {
  font-size: 14px;
  line-height: 26px;
  text-indent: 2em;
  margin-top: 30px;
}
.detail .pager {
  width: 100%;
  margin: 20px auto;
}
.detail .pager p {
  width: 100%;
  height: 32px;
  font-size: 12px;
  color: #777;
  overflow: hidden;
}
.detail .pager a {
  color: #777;
}
.detail .pager a:hover {
  color: #b42323;
  text-decoration: underline;
}

/*表单*/

.form {
  width: 100%;
  padding-top: 55px;
}
.form_tit {
  width: 100%;
  text-align: center;
}
.form_tit .p1 {
  font-size: 36px;
  color: #efefef;
  text-transform: uppercase;
}
.form_tit .p2 {
  font-size: 24px;
  color: #333333;
  height: 68px;
  line-height: 68px;
}
.form_tit .p3 {
  width: 800px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  margin: 0 auto;
  font-size: 12px;
  color: #9c9c9c;
}
.layui-form {
  width: 830px;
  margin: 50px auto 0;
}
.layui-form td span {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  float: left;
  line-height: 46px;
}
.layui-form table {
  width: 100%;
}
.layui-form td {
  width: 50%;
  padding-bottom: 25px;
  position: relative;
}
.layui-form td input {
  height: 46px;
  text-indent: 25px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  background: none;
  outline: none;
  border: 1px solid #cccccc;
  width: 264px;
}
.layui-form .new input {
  width: 674px;
}
.layui-form td .s1 {
  color: red;
  float: right;
  margin-right: 10px;
}
.layui-form textarea {
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 670px;
  padding: 5px;
  outline: none;
  background: none;
  height: 153px;
}
.form ul {
  width: 100%;
  text-align: center;
}
.form ul li {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
}
.form ul li input {
  width: 100%;
  height: 100%;
}

/* all */

::-webkit-input-placeholder {
  color: #dedede;
}
::-moz-placeholder {
  color: #dedede;
}

/* firefox 19+ */

:-ms-input-placeholder {
  color: #dedede;
}

/* ie */

input:-moz-placeholder {
  color: #dedede;
}

/* individual: webkit */

.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}

/* individual: mozilla */

.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}

/*地图*/

.map {
  width: 100%;
  height: 400px;
  margin-top: 30px;
}
.BMap_bubble_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.BMap_bubble_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/*悬浮*/

.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #b42323;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
.about {
  overflow: hidden;
  font-size: 15px;
  color: #333;
  line-height: 26px;
}
.abouttxt {
  float: right;
  width: 55%;
}
.abouttxt span {
  display: block;
  width: 52px;
  height: 3px;
  background: #134a91;
}
.abouttxt h2 {
  font-size: 24px;
  color: #134a91;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  margin-top: 0;
}
.x-subject p {
  color: #555;
}
